Class: Aws::Types::VpcDestinationSummary
- Inherits:
-
Object
- Object
- Aws::Types::VpcDestinationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5503 5504 5505 |
# File 'sig/types.rbs', line 5503 def role_arn @role_arn end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
5501 5502 5503 |
# File 'sig/types.rbs', line 5501 def security_groups @security_groups end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
5500 5501 5502 |
# File 'sig/types.rbs', line 5500 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
5502 5503 5504 |
# File 'sig/types.rbs', line 5502 def vpc_id @vpc_id end |