Class: Aws::Types::GetIPSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIPSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#format ⇒ "TXT", ...
Returns the value of attribute format.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "INACTIVE", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def expected_bucket_owner @expected_bucket_owner end |
#format ⇒ "TXT", ...
Returns the value of attribute format.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def format @format end |
#location ⇒ ::String
Returns the value of attribute location.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def name @name end |
#status ⇒ "INACTIVE", ...
Returns the value of attribute status.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def @tags end |