Class: Aws::Types::GetThreatEntitySetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetThreatEntitySetResponse
- 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.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def created_at @created_at end |
#error_details ⇒ ::String
Returns the value of attribute error_details.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def error_details @error_details end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def expected_bucket_owner @expected_bucket_owner end |
#format ⇒ "TXT", ...
Returns the value of attribute format.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def format @format end |
#location ⇒ ::String
Returns the value of attribute location.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def name @name end |
#status ⇒ "INACTIVE", ...
Returns the value of attribute status.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def updated_at @updated_at end |