Class: Aws::Types::GetDomainResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


685
686
687
# File 'sig/types.rbs', line 685

def created_time
  @created_time
end

#domain_arn ⇒ ::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def domain_arn
  @domain_arn
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def domain_id
  @domain_id
end

#domain_status ⇒ "Active", ...

Returns the value of attribute domain_status.

Returns:

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


686
687
688
# File 'sig/types.rbs', line 686

def domain_status
  @domain_status
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


687
688
689
# File 'sig/types.rbs', line 687

def tags
  @tags
end