Class: Aws::Types::CrossAccountResource
- Inherits:
-
Object
- Object
- Aws::Types::CrossAccountResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_arn ⇒ ::String
Returns the value of attribute attachment_arn.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
Instance Attribute Details
#attachment_arn ⇒ ::String
Returns the value of attribute attachment_arn.
257 258 259 |
# File 'sig/types.rbs', line 257 def @attachment_arn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
256 257 258 |
# File 'sig/types.rbs', line 256 def cidr @cidr end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def endpoint_id @endpoint_id end |