Module: Aws::RTBFabric::Client::_CreateLinkRoutingRuleResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#rule_id::String

Returns:

  • (::String)


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

def rule_id: () -> ::String

#status"CREATION_IN_PROGRESS", ...

Returns:

  • ("CREATION_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETION_IN_PROGRESS", "DELETED", "FAILED")


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

def status: () -> ("CREATION_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETION_IN_PROGRESS" | "DELETED" | "FAILED")