Module: Aws::MigrationHubRefactorSpaces::Client::_GetEnvironmentResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_time::Time

Returns:

  • (::Time)


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

def created_time: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#environment_id::String

Returns:

  • (::String)


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

def environment_id: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_fabric_type"TRANSIT_GATEWAY", "NONE"

Returns:

  • ("TRANSIT_GATEWAY", "NONE")


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

def network_fabric_type: () -> ("TRANSIT_GATEWAY" | "NONE")

#owner_account_id::String

Returns:

  • (::String)


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

def owner_account_id: () -> ::String

#state"CREATING", ...

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED")


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

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

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


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

def tags: () -> ::Hash[::String, ::String]

#transit_gateway_id::String

Returns:

  • (::String)


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

def transit_gateway_id: () -> ::String