Class: Aws::Types::CreateDomainNameRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def certificate_arn
  @certificate_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def description
  @description
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def domain_name
  @domain_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


301
302
303
# File 'sig/types.rbs', line 301

def tags
  @tags
end