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.
744 745 746 |
# File 'sig/types.rbs', line 744 def dns_resolvers @dns_resolvers end |
#name ⇒ ::String
Returns the value of attribute name.
741 742 743 |
# File 'sig/types.rbs', line 741 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
745 746 747 |
# File 'sig/types.rbs', line 745 def role_arn @role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
743 744 745 |
# File 'sig/types.rbs', line 743 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
742 743 744 |
# File 'sig/types.rbs', line 742 def subnet_ids @subnet_ids end |
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
740 741 742 |
# File 'sig/types.rbs', line 740 def vpc_connection_id @vpc_connection_id end |