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)


66
67
68
# File 'sig/types.rbs', line 66

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


73
74
75
# File 'sig/types.rbs', line 73

def created_at
  @created_at
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def domain_id
  @domain_id
end

#encryption_contextTypes::EncryptionContext

Returns the value of attribute encryption_context.



69
70
71
# File 'sig/types.rbs', line 69

def encryption_context
  @encryption_context
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


70
71
72
# File 'sig/types.rbs', line 70

def status
  @status
end

#web_app_configurationTypes::WebAppConfiguration

Returns the value of attribute web_app_configuration.



72
73
74
# File 'sig/types.rbs', line 72

def web_app_configuration
  @web_app_configuration
end

#web_app_url::String

Returns the value of attribute web_app_url.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def web_app_url
  @web_app_url
end