Class: Aws::Types::GetAllowListResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAllowListResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#criteria ⇒ Types::AllowListCriteria
Returns the value of attribute criteria.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ Types::AllowListStatus
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
#arn ⇒ ::String
Returns the value of attribute arn.
742 743 744 |
# File 'sig/types.rbs', line 742 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
743 744 745 |
# File 'sig/types.rbs', line 743 def created_at @created_at end |
#criteria ⇒ Types::AllowListCriteria
Returns the value of attribute criteria.
744 745 746 |
# File 'sig/types.rbs', line 744 def criteria @criteria end |
#description ⇒ ::String
Returns the value of attribute description.
745 746 747 |
# File 'sig/types.rbs', line 745 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
746 747 748 |
# File 'sig/types.rbs', line 746 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
747 748 749 |
# File 'sig/types.rbs', line 747 def name @name end |
#status ⇒ Types::AllowListStatus
Returns the value of attribute status.
748 749 750 |
# File 'sig/types.rbs', line 748 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
749 750 751 |
# File 'sig/types.rbs', line 749 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
750 751 752 |
# File 'sig/types.rbs', line 750 def updated_at @updated_at end |