Class: Aws::Types::GetIPSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIPSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
592 593 594 |
# File 'sig/types.rbs', line 592 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
590 591 592 |
# File 'sig/types.rbs', line 590 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
591 592 593 |
# File 'sig/types.rbs', line 591 def scope @scope end |