Module: Aws::MigrationHubRefactorSpaces::Client::_CreateEnvironmentResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_time::Time

Returns:

  • (::Time)


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

def created_time: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#environment_id::String

Returns:

  • (::String)


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

def environment_id: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_fabric_type"TRANSIT_GATEWAY", "NONE"

Returns:

  • ("TRANSIT_GATEWAY", "NONE")


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

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

#owner_account_id::String

Returns:

  • (::String)


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

def owner_account_id: () -> ::String

#state"CREATING", ...

Returns:

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


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

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

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

Returns:

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


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

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