Class: Aws::Types::CreateResourceShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceShareRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_external_principals ⇒ Boolean
Returns the value of attribute allow_external_principals.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#permission_arns ⇒ ::Array[::String]
Returns the value of attribute permission_arns.
-
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#resource_share_configuration ⇒ Types::ResourceShareConfiguration
Returns the value of attribute resource_share_configuration.
-
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#allow_external_principals ⇒ Boolean
Returns the value of attribute allow_external_principals.
109 110 111 |
# File 'sig/types.rbs', line 109 def allow_external_principals @allow_external_principals end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
110 111 112 |
# File 'sig/types.rbs', line 110 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
105 106 107 |
# File 'sig/types.rbs', line 105 def name @name end |
#permission_arns ⇒ ::Array[::String]
Returns the value of attribute permission_arns.
111 112 113 |
# File 'sig/types.rbs', line 111 def @permission_arns end |
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
107 108 109 |
# File 'sig/types.rbs', line 107 def principals @principals end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
106 107 108 |
# File 'sig/types.rbs', line 106 def resource_arns @resource_arns end |
#resource_share_configuration ⇒ Types::ResourceShareConfiguration
Returns the value of attribute resource_share_configuration.
113 114 115 |
# File 'sig/types.rbs', line 113 def resource_share_configuration @resource_share_configuration end |
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
112 113 114 |
# File 'sig/types.rbs', line 112 def sources @sources end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
108 109 110 |
# File 'sig/types.rbs', line 108 def @tags end |