Class: Aws::Types::GetDomainOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2704
2705
2706
# File 'sig/types.rbs', line 2704

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2708
2709
2710
# File 'sig/types.rbs', line 2708

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2701
2702
2703
# File 'sig/types.rbs', line 2701

def description
  @description
end

#domain_execution_role::String

Returns the value of attribute domain_execution_role.

Returns:

  • (::String)


2703
2704
2705
# File 'sig/types.rbs', line 2703

def domain_execution_role
  @domain_execution_role
end

#domain_version"V1", "V2"

Returns the value of attribute domain_version.

Returns:

  • ("V1", "V2")


2711
2712
2713
# File 'sig/types.rbs', line 2711

def domain_version
  @domain_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2698
2699
2700
# File 'sig/types.rbs', line 2698

def id
  @id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


2705
2706
2707
# File 'sig/types.rbs', line 2705

def kms_key_identifier
  @kms_key_identifier
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2709
2710
2711
# File 'sig/types.rbs', line 2709

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2700
2701
2702
# File 'sig/types.rbs', line 2700

def name
  @name
end

#portal_url::String

Returns the value of attribute portal_url.

Returns:

  • (::String)


2707
2708
2709
# File 'sig/types.rbs', line 2707

def portal_url
  @portal_url
end

#root_domain_unit_id::String

Returns the value of attribute root_domain_unit_id.

Returns:

  • (::String)


2699
2700
2701
# File 'sig/types.rbs', line 2699

def root_domain_unit_id
  @root_domain_unit_id
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


2712
2713
2714
# File 'sig/types.rbs', line 2712

def service_role
  @service_role
end

#single_sign_onTypes::SingleSignOn

Returns the value of attribute single_sign_on.

Returns:



2702
2703
2704
# File 'sig/types.rbs', line 2702

def single_sign_on
  @single_sign_on
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "CREATION_FAILED", "DELETING", "DELETED", "DELETION_FAILED")


2706
2707
2708
# File 'sig/types.rbs', line 2706

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


2710
2711
2712
# File 'sig/types.rbs', line 2710

def tags
  @tags
end