Module: Aws::VPCLattice::Client::_GetResourceGatewayResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#ip_address_type"IPV4", ...

Returns:

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


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

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

#ipv4_addresses_per_eni::Integer

Returns:

  • (::Integer)


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

def ipv4_addresses_per_eni: () -> ::Integer

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#managed_by::String

Returns:

  • (::String)


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

def managed_by: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#resource_config_dns_resolution"IN_VPC", "PUBLIC"

Returns:

  • ("IN_VPC", "PUBLIC")


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

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

#security_group_ids::Array[::String]

Returns:

  • (::Array[::String])


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

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

#service_managedBoolean

Returns:

  • (Boolean)


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

def service_managed: () -> bool

#status"ACTIVE", ...

Returns:

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


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

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])


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

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

#vpc_id::String

Returns:

  • (::String)


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

def vpc_id: () -> ::String