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)


168
169
170
# File 'sig/types.rbs', line 168

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


175
176
177
# File 'sig/types.rbs', line 175

def created_at
  @created_at
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def domain_id
  @domain_id
end

#encryption_contextTypes::EncryptionContext

Returns the value of attribute encryption_context.



171
172
173
# File 'sig/types.rbs', line 171

def encryption_context
  @encryption_context
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETING", "DELETED")


172
173
174
# File 'sig/types.rbs', line 172

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


176
177
178
# File 'sig/types.rbs', line 176

def tags
  @tags
end

#web_app_configurationTypes::WebAppConfiguration

Returns the value of attribute web_app_configuration.



174
175
176
# File 'sig/types.rbs', line 174

def web_app_configuration
  @web_app_configuration
end

#web_app_url::String

Returns the value of attribute web_app_url.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def web_app_url
  @web_app_url
end