Class: Aws::Types::RegistrationTypeDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_hints ⇒ Types::RegistrationTypeDisplayHints

Returns the value of attribute display_hints.



1834
1835
1836
# File 'sig/types.rbs', line 1834

def display_hints
  @display_hints
end

#registration_type ⇒ ::String

Returns the value of attribute registration_type.

Returns:

  • (::String)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def registration_type
  @registration_type
end

#supported_associations ⇒ ::Array[Types::SupportedAssociation]

Returns the value of attribute supported_associations.

Returns:



1833
1834
1835
# File 'sig/types.rbs', line 1833

def supported_associations
  @supported_associations
end