Class: Aws::Types::CreateEntityResponse

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)


211
212
213
# File 'sig/types.rbs', line 211

def arn
  @arn
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


212
213
214
# File 'sig/types.rbs', line 212

def creation_date_time
  @creation_date_time
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def entity_id
  @entity_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


213
214
215
# File 'sig/types.rbs', line 213

def state
  @state
end