Class: Aws::Types::CreateTrustedEntitySetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrustedEntitySetRequest
- 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.
627 628 629 |
# File 'sig/types.rbs', line 627 def activate @activate end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
628 629 630 |
# File 'sig/types.rbs', line 628 def client_token @client_token end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
622 623 624 |
# File 'sig/types.rbs', line 622 def detector_id @detector_id end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
626 627 628 |
# File 'sig/types.rbs', line 626 def expected_bucket_owner @expected_bucket_owner end |
#format ⇒ "TXT", ...
Returns the value of attribute format.
624 625 626 |
# File 'sig/types.rbs', line 624 def format @format end |
#location ⇒ ::String
Returns the value of attribute location.
625 626 627 |
# File 'sig/types.rbs', line 625 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
623 624 625 |
# File 'sig/types.rbs', line 623 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
629 630 631 |
# File 'sig/types.rbs', line 629 def @tags end |