Module: Aws::VPCLattice::Client::_CreateResourceGatewayResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#ip_address_type"IPV4", ...

Returns:

  • ("IPV4", "IPV6", "DUALSTACK")


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

def ip_address_type: () -> ("IPV4" | "IPV6" | "DUALSTACK")

#ipv4_addresses_per_eni::Integer

Returns:

  • (::Integer)


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

def ipv4_addresses_per_eni: () -> ::Integer

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#resource_config_dns_resolution"IN_VPC", "PUBLIC"

Returns:

  • ("IN_VPC", "PUBLIC")


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

def resource_config_dns_resolution: () -> ("IN_VPC" | "PUBLIC")

#security_group_ids::Array[::String]

Returns:

  • (::Array[::String])


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

def security_group_ids: () -> ::Array[::String]

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED")


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

def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")

#subnet_ids::Array[::String]

Returns:

  • (::Array[::String])


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

def subnet_ids: () -> ::Array[::String]

#vpc_identifier::String

Returns:

  • (::String)


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

def vpc_identifier: () -> ::String