Class: Aws::Types::CreatePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_template ⇒ ::String
Returns the value of attribute policy_template.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
80 81 82 |
# File 'sig/types.rbs', line 80 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
77 78 79 |
# File 'sig/types.rbs', line 77 def name @name end |
#policy_template ⇒ ::String
Returns the value of attribute policy_template.
79 80 81 |
# File 'sig/types.rbs', line 79 def policy_template @policy_template end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
78 79 80 |
# File 'sig/types.rbs', line 78 def resource_type @resource_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
81 82 83 |
# File 'sig/types.rbs', line 81 def end |