Class: Aws::Types::ResourceSharePermissionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSharePermissionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#default_version ⇒ Boolean
Returns the value of attribute default_version.
-
#feature_set ⇒ "CREATED_FROM_POLICY", ...
Returns the value of attribute feature_set.
-
#is_resource_type_default ⇒ Boolean
Returns the value of attribute is_resource_type_default.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#permission_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute permission_type.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
676 677 678 |
# File 'sig/types.rbs', line 676 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
682 683 684 |
# File 'sig/types.rbs', line 682 def creation_time @creation_time end |
#default_version ⇒ Boolean
Returns the value of attribute default_version.
678 679 680 |
# File 'sig/types.rbs', line 678 def default_version @default_version end |
#feature_set ⇒ "CREATED_FROM_POLICY", ...
Returns the value of attribute feature_set.
686 687 688 |
# File 'sig/types.rbs', line 686 def feature_set @feature_set end |
#is_resource_type_default ⇒ Boolean
Returns the value of attribute is_resource_type_default.
684 685 686 |
# File 'sig/types.rbs', line 684 def is_resource_type_default @is_resource_type_default end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
683 684 685 |
# File 'sig/types.rbs', line 683 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
679 680 681 |
# File 'sig/types.rbs', line 679 def name @name end |
#permission_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute permission_type.
685 686 687 |
# File 'sig/types.rbs', line 685 def @permission_type end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
680 681 682 |
# File 'sig/types.rbs', line 680 def resource_type @resource_type end |
#status ⇒ ::String
Returns the value of attribute status.
681 682 683 |
# File 'sig/types.rbs', line 681 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
687 688 689 |
# File 'sig/types.rbs', line 687 def @tags end |
#version ⇒ ::String
Returns the value of attribute version.
677 678 679 |
# File 'sig/types.rbs', line 677 def version @version end |