Class: Aws::Types::VpcIngressConnection
- Inherits:
-
Object
- Object
- Aws::Types::VpcIngressConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deleted_at ⇒ ::Time
Returns the value of attribute deleted_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#ingress_vpc_configuration ⇒ Types::IngressVpcConfiguration
Returns the value of attribute ingress_vpc_configuration.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#vpc_ingress_connection_arn ⇒ ::String
Returns the value of attribute vpc_ingress_connection_arn.
-
#vpc_ingress_connection_name ⇒ ::String
Returns the value of attribute vpc_ingress_connection_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
751 752 753 |
# File 'sig/types.rbs', line 751 def account_id @account_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
754 755 756 |
# File 'sig/types.rbs', line 754 def created_at @created_at end |
#deleted_at ⇒ ::Time
Returns the value of attribute deleted_at.
755 756 757 |
# File 'sig/types.rbs', line 755 def deleted_at @deleted_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
752 753 754 |
# File 'sig/types.rbs', line 752 def domain_name @domain_name end |
#ingress_vpc_configuration ⇒ Types::IngressVpcConfiguration
Returns the value of attribute ingress_vpc_configuration.
753 754 755 |
# File 'sig/types.rbs', line 753 def ingress_vpc_configuration @ingress_vpc_configuration end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
749 750 751 |
# File 'sig/types.rbs', line 749 def service_arn @service_arn end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
750 751 752 |
# File 'sig/types.rbs', line 750 def status @status end |
#vpc_ingress_connection_arn ⇒ ::String
Returns the value of attribute vpc_ingress_connection_arn.
747 748 749 |
# File 'sig/types.rbs', line 747 def vpc_ingress_connection_arn @vpc_ingress_connection_arn end |
#vpc_ingress_connection_name ⇒ ::String
Returns the value of attribute vpc_ingress_connection_name.
748 749 750 |
# File 'sig/types.rbs', line 748 def vpc_ingress_connection_name @vpc_ingress_connection_name end |