Class: Aws::Types::CreateIPSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIPSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activate ⇒ Boolean
Returns the value of attribute activate.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#activate ⇒ Boolean
Returns the value of attribute activate.
504 505 506 |
# File 'sig/types.rbs', line 504 def activate @activate end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
505 506 507 |
# File 'sig/types.rbs', line 505 def client_token @client_token end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
500 501 502 |
# File 'sig/types.rbs', line 500 def detector_id @detector_id end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
507 508 509 |
# File 'sig/types.rbs', line 507 def expected_bucket_owner @expected_bucket_owner end |
#format ⇒ "TXT", ...
Returns the value of attribute format.
502 503 504 |
# File 'sig/types.rbs', line 502 def format @format end |
#location ⇒ ::String
Returns the value of attribute location.
503 504 505 |
# File 'sig/types.rbs', line 503 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
501 502 503 |
# File 'sig/types.rbs', line 501 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
506 507 508 |
# File 'sig/types.rbs', line 506 def @tags end |