Class: Aws::Types::UpdateComponentTypeResponse

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)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def arn
  @arn
end

#component_type_id::String

Returns the value of attribute component_type_id.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def component_type_id
  @component_type_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


1198
1199
1200
# File 'sig/types.rbs', line 1198

def state
  @state
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def workspace_id
  @workspace_id
end