Class: Aws::Types::GetTrustedEntitySetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTrustedEntitySetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#error_details ⇒ ::String
Returns the value of attribute error_details.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def created_at @created_at end |
#error_details ⇒ ::String
Returns the value of attribute error_details.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def error_details @error_details end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def expected_bucket_owner @expected_bucket_owner end |
#format ⇒ "TXT", ...
Returns the value of attribute format.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def format @format end |
#location ⇒ ::String
Returns the value of attribute location.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def name @name end |
#status ⇒ "INACTIVE", ...
Returns the value of attribute status.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def updated_at @updated_at end |