Class: Aws::Types::PrivateConnectivityConfig
- Inherits:
-
Object
- Object
- Aws::Types::PrivateConnectivityConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#private_connectivity_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute private_connectivity_status.
-
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#vpc_information_list ⇒ ::Array[Types::VpcInformation]
Returns the value of attribute vpc_information_list.
Instance Attribute Details
#private_connectivity_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute private_connectivity_status.
716 717 718 |
# File 'sig/types.rbs', line 716 def private_connectivity_status @private_connectivity_status end |
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
718 719 720 |
# File 'sig/types.rbs', line 718 def provisioning_role_arn @provisioning_role_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
715 716 717 |
# File 'sig/types.rbs', line 715 def role_arn @role_arn end |
#vpc_information_list ⇒ ::Array[Types::VpcInformation]
Returns the value of attribute vpc_information_list.
717 718 719 |
# File 'sig/types.rbs', line 717 def vpc_information_list @vpc_information_list end |