Class: Aws::Types::CreateDomainResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arn ⇒ ::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


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

def domain_arn
  @domain_arn
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


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

def domain_id
  @domain_id
end

#domain_status ⇒ "Active", ...

Returns the value of attribute domain_status.

Returns:

  • ("Active", "CreationInProgress", "CreationFailed")


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

def domain_status
  @domain_status
end