Class: Aws::Types::RegistrationConfig
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4244 4245 4246 |
# File 'sig/types.rbs', line 4244 def role_arn @role_arn end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
4243 4244 4245 |
# File 'sig/types.rbs', line 4243 def template_body @template_body end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
4245 4246 4247 |
# File 'sig/types.rbs', line 4245 def template_name @template_name end |