Class: Aws::Types::UpdateTemplateGroupAccessControlEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTemplateGroupAccessControlEntryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_rights ⇒ Types::AccessRights
Returns the value of attribute access_rights.
-
#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.
670 671 672 |
# File 'sig/types.rbs', line 670 def access_rights @access_rights end |
#group_display_name ⇒ ::String
Returns the value of attribute group_display_name.
671 672 673 |
# File 'sig/types.rbs', line 671 def group_display_name @group_display_name end |
#group_security_identifier ⇒ ::String
Returns the value of attribute group_security_identifier.
672 673 674 |
# File 'sig/types.rbs', line 672 def group_security_identifier @group_security_identifier end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
673 674 675 |
# File 'sig/types.rbs', line 673 def template_arn @template_arn end |