Class: Aws::Types::CreateTemplateGroupAccessControlEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTemplateGroupAccessControlEntryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_rights ⇒ Types::AccessRights
Returns the value of attribute access_rights.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#group_display_name ⇒ ::String
Returns the value of attribute group_display_name.
-
#group_security_identifier ⇒ ::String
Returns the value of attribute group_security_identifier.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#access_rights ⇒ Types::AccessRights
Returns the value of attribute access_rights.
135 136 137 |
# File 'sig/types.rbs', line 135 def access_rights @access_rights end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
136 137 138 |
# File 'sig/types.rbs', line 136 def client_token @client_token end |
#group_display_name ⇒ ::String
Returns the value of attribute group_display_name.
137 138 139 |
# File 'sig/types.rbs', line 137 def group_display_name @group_display_name end |
#group_security_identifier ⇒ ::String
Returns the value of attribute group_security_identifier.
138 139 140 |
# File 'sig/types.rbs', line 138 def group_security_identifier @group_security_identifier end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
139 140 141 |
# File 'sig/types.rbs', line 139 def template_arn @template_arn end |