Class: Aws::Types::CreateComponentTypeResponse

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)


191
192
193
# File 'sig/types.rbs', line 191

def arn
  @arn
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


192
193
194
# File 'sig/types.rbs', line 192

def creation_date_time
  @creation_date_time
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE", "ERROR")


193
194
195
# File 'sig/types.rbs', line 193

def state
  @state
end