Class: Aws::Types::AssociatedPermission
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedPermission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#default_version ⇒ Boolean
Returns the value of attribute default_version.
-
#feature_set ⇒ "CREATED_FROM_POLICY", ...
Returns the value of attribute feature_set.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#permission_version ⇒ ::String
Returns the value of attribute permission_version.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def arn @arn end |
#default_version ⇒ Boolean
Returns the value of attribute default_version.
56 57 58 |
# File 'sig/types.rbs', line 56 def default_version @default_version end |
#feature_set ⇒ "CREATED_FROM_POLICY", ...
Returns the value of attribute feature_set.
59 60 61 |
# File 'sig/types.rbs', line 59 def feature_set @feature_set end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
60 61 62 |
# File 'sig/types.rbs', line 60 def last_updated_time @last_updated_time end |
#permission_version ⇒ ::String
Returns the value of attribute permission_version.
55 56 57 |
# File 'sig/types.rbs', line 55 def @permission_version end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
61 62 63 |
# File 'sig/types.rbs', line 61 def resource_share_arn @resource_share_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
57 58 59 |
# File 'sig/types.rbs', line 57 def resource_type @resource_type end |
#status ⇒ ::String
Returns the value of attribute status.
58 59 60 |
# File 'sig/types.rbs', line 58 def status @status end |