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)


2141
2142
2143
# File 'sig/types.rbs', line 2141

def domain_arn
  @domain_arn
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def domain_id
  @domain_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def url
  @url
end