Class: Aws::Types::RegistrationConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4245
4246
4247
# File 'sig/types.rbs', line 4245

def template_name
  @template_name
end