Class: Aws::Types::CreateDomainOutput

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)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def description
  @description
end

#domain_execution_role::String

Returns the value of attribute domain_execution_role.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def domain_execution_role
  @domain_execution_role
end

#domain_version"V1", "V2"

Returns the value of attribute domain_version.

Returns:

  • ("V1", "V2")


1107
1108
1109
# File 'sig/types.rbs', line 1107

def domain_version
  @domain_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def id
  @id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def kms_key_identifier
  @kms_key_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def name
  @name
end

#portal_url::String

Returns the value of attribute portal_url.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def portal_url
  @portal_url
end

#root_domain_unit_id::String

Returns the value of attribute root_domain_unit_id.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def root_domain_unit_id
  @root_domain_unit_id
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def service_role
  @service_role
end

#single_sign_onTypes::SingleSignOn

Returns the value of attribute single_sign_on.

Returns:



1100
1101
1102
# File 'sig/types.rbs', line 1100

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")


1104
1105
1106
# File 'sig/types.rbs', line 1104

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1106
1107
1108
# File 'sig/types.rbs', line 1106

def tags
  @tags
end