Class: Aws::Types::Policy
- Inherits:
-
Object
- Object
- Aws::Types::Policy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attachment_count ⇒ ::Integer
Returns the value of attribute attachment_count.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#default_version_id ⇒ ::String
Returns the value of attribute default_version_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_attachable ⇒ Boolean
Returns the value of attribute is_attachable.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#permissions_boundary_usage_count ⇒ ::Integer
Returns the value of attribute permissions_boundary_usage_count.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#update_date ⇒ ::Time
Returns the value of attribute update_date.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def arn @arn end |
#attachment_count ⇒ ::Integer
Returns the value of attribute attachment_count.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def @attachment_count end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def create_date @create_date end |
#default_version_id ⇒ ::String
Returns the value of attribute default_version_id.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def default_version_id @default_version_id end |
#description ⇒ ::String
Returns the value of attribute description.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def description @description end |
#is_attachable ⇒ Boolean
Returns the value of attribute is_attachable.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def is_attachable @is_attachable end |
#path ⇒ ::String
Returns the value of attribute path.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def path @path end |
#permissions_boundary_usage_count ⇒ ::Integer
Returns the value of attribute permissions_boundary_usage_count.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def @permissions_boundary_usage_count end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def policy_id @policy_id end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def policy_name @policy_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def @tags end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def update_date @update_date end |