Class: Aws::Types::GetComponentTypeResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def arn
  @arn
end

#component_type_id::String

Returns the value of attribute component_type_id.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def component_type_id
  @component_type_id
end

#component_type_name::String

Returns the value of attribute component_type_name.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def component_type_name
  @component_type_name
end

#composite_component_types::Hash[::String, Types::CompositeComponentTypeResponse]

Returns the value of attribute composite_component_types.

Returns:



475
476
477
# File 'sig/types.rbs', line 475

def composite_component_types
  @composite_component_types
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


466
467
468
# File 'sig/types.rbs', line 466

def creation_date_time
  @creation_date_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def description
  @description
end

#extends_from::Array[::String]

Returns the value of attribute extends_from.

Returns:

  • (::Array[::String])


464
465
466
# File 'sig/types.rbs', line 464

def extends_from
  @extends_from
end

#functions::Hash[::String, Types::FunctionResponse]

Returns the value of attribute functions.

Returns:



465
466
467
# File 'sig/types.rbs', line 465

def functions
  @functions
end

#is_abstractBoolean

Returns the value of attribute is_abstract.

Returns:

  • (Boolean)


469
470
471
# File 'sig/types.rbs', line 469

def is_abstract
  @is_abstract
end

#is_schema_initializedBoolean

Returns the value of attribute is_schema_initialized.

Returns:

  • (Boolean)


470
471
472
# File 'sig/types.rbs', line 470

def is_schema_initialized
  @is_schema_initialized
end

#is_singletonBoolean

Returns the value of attribute is_singleton.

Returns:

  • (Boolean)


460
461
462
# File 'sig/types.rbs', line 460

def is_singleton
  @is_singleton
end

#property_definitions::Hash[::String, Types::PropertyDefinitionResponse]

Returns the value of attribute property_definitions.

Returns:



463
464
465
# File 'sig/types.rbs', line 463

def property_definitions
  @property_definitions
end

#property_groups::Hash[::String, Types::PropertyGroupResponse]

Returns the value of attribute property_groups.

Returns:



472
473
474
# File 'sig/types.rbs', line 472

def property_groups
  @property_groups
end

#statusTypes::Status

Returns the value of attribute status.

Returns:



471
472
473
# File 'sig/types.rbs', line 471

def status
  @status
end

#sync_source::String

Returns the value of attribute sync_source.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def sync_source
  @sync_source
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


467
468
469
# File 'sig/types.rbs', line 467

def update_date_time
  @update_date_time
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def workspace_id
  @workspace_id
end