Class: Aws::Types::AssetBundleImportJobVPCConnectionOverrideParameters
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobVPCConnectionOverrideParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_resolvers ⇒ ::Array[::String]
Returns the value of attribute dns_resolvers.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
Instance Attribute Details
#dns_resolvers ⇒ ::Array[::String]
Returns the value of attribute dns_resolvers.
685 686 687 |
# File 'sig/types.rbs', line 685 def dns_resolvers @dns_resolvers end |
#name ⇒ ::String
Returns the value of attribute name.
682 683 684 |
# File 'sig/types.rbs', line 682 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
686 687 688 |
# File 'sig/types.rbs', line 686 def role_arn @role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
684 685 686 |
# File 'sig/types.rbs', line 684 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
683 684 685 |
# File 'sig/types.rbs', line 683 def subnet_ids @subnet_ids end |
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
681 682 683 |
# File 'sig/types.rbs', line 681 def vpc_connection_id @vpc_connection_id end |