Class: Aws::Types::GetTemplateGroupAccessControlEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateGroupAccessControlEntryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#group_security_identifier ⇒ ::String
Returns the value of attribute group_security_identifier.
299 300 301 |
# File 'sig/types.rbs', line 299 def group_security_identifier @group_security_identifier end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
300 301 302 |
# File 'sig/types.rbs', line 300 def template_arn @template_arn end |