Class: Aws::Types::ResourceSharePermissionDetail
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSharePermissionDetail
- 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 ⇒ ::String
Returns the value of attribute permission.
-
#permission_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute permission_type.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#status ⇒ "ATTACHABLE", ...
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.
659 660 661 |
# File 'sig/types.rbs', line 659 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
665 666 667 |
# File 'sig/types.rbs', line 665 def creation_time @creation_time end |
#default_version ⇒ Boolean
Returns the value of attribute default_version.
661 662 663 |
# File 'sig/types.rbs', line 661 def default_version @default_version end |
#feature_set ⇒ "CREATED_FROM_POLICY", ...
Returns the value of attribute feature_set.
669 670 671 |
# File 'sig/types.rbs', line 669 def feature_set @feature_set end |
#is_resource_type_default ⇒ Boolean
Returns the value of attribute is_resource_type_default.
667 668 669 |
# File 'sig/types.rbs', line 667 def is_resource_type_default @is_resource_type_default end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
666 667 668 |
# File 'sig/types.rbs', line 666 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
662 663 664 |
# File 'sig/types.rbs', line 662 def name @name end |
#permission ⇒ ::String
Returns the value of attribute permission.
664 665 666 |
# File 'sig/types.rbs', line 664 def end |
#permission_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute permission_type.
668 669 670 |
# File 'sig/types.rbs', line 668 def end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
663 664 665 |
# File 'sig/types.rbs', line 663 def resource_type @resource_type end |
#status ⇒ "ATTACHABLE", ...
Returns the value of attribute status.
670 671 672 |
# File 'sig/types.rbs', line 670 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
671 672 673 |
# File 'sig/types.rbs', line 671 def end |
#version ⇒ ::String
Returns the value of attribute version.
660 661 662 |
# File 'sig/types.rbs', line 660 def version @version end |