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.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def arn @arn end |
#attachment_count ⇒ ::Integer
Returns the value of attribute attachment_count.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def @attachment_count end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def create_date @create_date end |
#default_version_id ⇒ ::String
Returns the value of attribute default_version_id.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def default_version_id @default_version_id end |
#description ⇒ ::String
Returns the value of attribute description.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def description @description end |
#is_attachable ⇒ Boolean
Returns the value of attribute is_attachable.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def is_attachable @is_attachable end |
#path ⇒ ::String
Returns the value of attribute path.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def path @path end |
#permissions_boundary_usage_count ⇒ ::Integer
Returns the value of attribute permissions_boundary_usage_count.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def @permissions_boundary_usage_count end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def policy_id @policy_id end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def policy_name @policy_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def @tags end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def update_date @update_date end |