Class: Aws::Types::CreateDomainInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def description
  @description
end

#domain_execution_role::String

Returns the value of attribute domain_execution_role.

Returns:

  • (::String)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def domain_execution_role
  @domain_execution_role
end

#domain_version"V1", "V2"

Returns the value of attribute domain_version.

Returns:

  • ("V1", "V2")


1089
1090
1091
# File 'sig/types.rbs', line 1089

def domain_version
  @domain_version
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def kms_key_identifier
  @kms_key_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def name
  @name
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def service_role
  @service_role
end

#single_sign_onTypes::SingleSignOn

Returns the value of attribute single_sign_on.

Returns:



1085
1086
1087
# File 'sig/types.rbs', line 1085

def single_sign_on
  @single_sign_on
end

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

Returns the value of attribute tags.

Returns:

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


1088
1089
1090
# File 'sig/types.rbs', line 1088

def tags
  @tags
end