Module: Aws::MigrationHubRefactorSpaces::Client::_CreateEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_time ⇒ ::Time
- #description ⇒ ::String
- #environment_id ⇒ ::String
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #network_fabric_type ⇒ "TRANSIT_GATEWAY", "NONE"
- #owner_account_id ⇒ ::String
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def arn: () -> ::String
|
#created_time ⇒ ::Time
115 |
# File 'sig/client.rbs', line 115
def created_time: () -> ::Time
|
#description ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def description: () -> ::String
|
#environment_id ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def environment_id: () -> ::String
|
#last_updated_time ⇒ ::Time
118 |
# File 'sig/client.rbs', line 118
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def name: () -> ::String
|
#network_fabric_type ⇒ "TRANSIT_GATEWAY", "NONE"
120 |
# File 'sig/client.rbs', line 120
def network_fabric_type: () -> ("TRANSIT_GATEWAY" | "NONE")
|
#owner_account_id ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def owner_account_id: () -> ::String
|
#state ⇒ "CREATING", ...
122 |
# File 'sig/client.rbs', line 122
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
123 |
# File 'sig/client.rbs', line 123
def tags: () -> ::Hash[::String, ::String]
|