Class: Aws::Types::AssetBundleExportJobVPCConnectionOverrideProperties
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleExportJobVPCConnectionOverrideProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#properties ⇒ ::Array[("Name" | "DnsResolvers" | "RoleArn")]
Returns the value of attribute properties.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
470 471 472 |
# File 'sig/types.rbs', line 470 def arn @arn end |
#properties ⇒ ::Array[("Name" | "DnsResolvers" | "RoleArn")]
Returns the value of attribute properties.
471 472 473 |
# File 'sig/types.rbs', line 471 def properties @properties end |