Class: Aws::Types::GetThreatIntelSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetThreatIntelSetResponse
- 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.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def expected_bucket_owner @expected_bucket_owner end |
#format ⇒ "TXT", ...
Returns the value of attribute format.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def format @format end |
#location ⇒ ::String
Returns the value of attribute location.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def name @name end |
#status ⇒ "INACTIVE", ...
Returns the value of attribute status.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def end |