Class: Aws::Types::ComponentTypeSummary

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)


115
116
117
# File 'sig/types.rbs', line 115

def arn
  @arn
end

#component_type_id::String

Returns the value of attribute component_type_id.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def component_type_id
  @component_type_id
end

#component_type_name::String

Returns the value of attribute component_type_name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def component_type_name
  @component_type_name
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


117
118
119
# File 'sig/types.rbs', line 117

def creation_date_time
  @creation_date_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def description
  @description
end

#statusTypes::Status

Returns the value of attribute status.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def status
  @status
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


118
119
120
# File 'sig/types.rbs', line 118

def update_date_time
  @update_date_time
end