Class: Aws::Types::CreateDomainResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


2126
2127
2128
# File 'sig/types.rbs', line 2126

def domain_arn
  @domain_arn
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def domain_id
  @domain_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def url
  @url
end