Class: Aws::Types::GetResourceGatewayResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceGatewayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ip_address_type ⇒ "IPV4", ...
Returns the value of attribute ip_address_type.
-
#ipv4_addresses_per_eni ⇒ ::Integer
Returns the value of attribute ipv4_addresses_per_eni.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#managed_by ⇒ ::String
Returns the value of attribute managed_by.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
Returns the value of attribute resource_config_dns_resolution.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#service_managed ⇒ Boolean
Returns the value of attribute service_managed.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
612 613 614 |
# File 'sig/types.rbs', line 612 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
622 623 624 |
# File 'sig/types.rbs', line 622 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
611 612 613 |
# File 'sig/types.rbs', line 611 def id @id end |
#ip_address_type ⇒ "IPV4", ...
Returns the value of attribute ip_address_type.
619 620 621 |
# File 'sig/types.rbs', line 619 def ip_address_type @ip_address_type end |
#ipv4_addresses_per_eni ⇒ ::Integer
Returns the value of attribute ipv4_addresses_per_eni.
620 621 622 |
# File 'sig/types.rbs', line 620 def ipv4_addresses_per_eni @ipv4_addresses_per_eni end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
623 624 625 |
# File 'sig/types.rbs', line 623 def last_updated_at @last_updated_at end |
#managed_by ⇒ ::String
Returns the value of attribute managed_by.
617 618 619 |
# File 'sig/types.rbs', line 617 def managed_by @managed_by end |
#name ⇒ ::String
Returns the value of attribute name.
610 611 612 |
# File 'sig/types.rbs', line 610 def name @name end |
#resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
Returns the value of attribute resource_config_dns_resolution.
621 622 623 |
# File 'sig/types.rbs', line 621 def resource_config_dns_resolution @resource_config_dns_resolution end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
618 619 620 |
# File 'sig/types.rbs', line 618 def security_group_ids @security_group_ids end |
#service_managed ⇒ Boolean
Returns the value of attribute service_managed.
616 617 618 |
# File 'sig/types.rbs', line 616 def service_managed @service_managed end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
613 614 615 |
# File 'sig/types.rbs', line 613 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
615 616 617 |
# File 'sig/types.rbs', line 615 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
614 615 616 |
# File 'sig/types.rbs', line 614 def vpc_id @vpc_id end |