Class: Aws::Types::IPSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::IPSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
869 870 871 |
# File 'sig/types.rbs', line 869 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
867 868 869 |
# File 'sig/types.rbs', line 867 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
866 867 868 |
# File 'sig/types.rbs', line 866 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
868 869 870 |
# File 'sig/types.rbs', line 868 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
865 866 867 |
# File 'sig/types.rbs', line 865 def name @name end |