Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
790 791 792 |
# File 'sig/types.rbs', line 790 def cidr @cidr end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
789 790 791 |
# File 'sig/types.rbs', line 789 def endpoint_id @endpoint_id end |
#region ⇒ ::String
Returns the value of attribute region.
791 792 793 |
# File 'sig/types.rbs', line 791 def region @region end |