Class: Aws::Types::DomainDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5504
5505
5506
# File 'sig/types.rbs', line 5504

def creation_time
  @creation_time
end

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


5500
5501
5502
# File 'sig/types.rbs', line 5500

def domain_arn
  @domain_arn
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


5501
5502
5503
# File 'sig/types.rbs', line 5501

def domain_id
  @domain_id
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


5502
5503
5504
# File 'sig/types.rbs', line 5502

def domain_name
  @domain_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5505
5506
5507
# File 'sig/types.rbs', line 5505

def last_modified_time
  @last_modified_time
end

#status"Deleting", ...

Returns the value of attribute status.

Returns:

  • ("Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed")


5503
5504
5505
# File 'sig/types.rbs', line 5503

def status
  @status
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


5506
5507
5508
# File 'sig/types.rbs', line 5506

def url
  @url
end