GetComponentTypeResult

constructor(arn: String? = null, compositeComponentTypes: Map<String, ComponentTypeCompositeComponentType>? = null, creationDateTime: String? = null, description: String? = null, extendsFrom: List<String>? = null, functions: Map<String, ComponentTypeFunction>? = null, isAbstract: Boolean? = null, isSchemaInitialized: Boolean? = null, isSingleton: Boolean? = null, propertyDefinitions: Map<String, ComponentTypePropertyDefinition>? = null, propertyGroups: Map<String, ComponentTypePropertyGroup>? = null, status: ComponentTypeStatus? = null, tags: Map<String, String>? = null, updateDateTime: String? = null)