Class: Aws::Types::CreateDomainUnitInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def domain_identifier
  @domain_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def name
  @name
end

#parent_domain_unit_identifier::String

Returns the value of attribute parent_domain_unit_identifier.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def parent_domain_unit_identifier
  @parent_domain_unit_identifier
end