Module: Aws::IoTTwinMaker::Client::_CreateEntityResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateEntityResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


153
# File 'sig/client.rbs', line 153

def arn: () -> ::String

#creation_date_time::Time

Returns:

  • (::Time)


154
# File 'sig/client.rbs', line 154

def creation_date_time: () -> ::Time

#entity_id::String

Returns:

  • (::String)


152
# File 'sig/client.rbs', line 152

def entity_id: () -> ::String

#state"CREATING", ...

Returns:

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


155
# File 'sig/client.rbs', line 155

def state: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR")