Class: Aws::Types::DomainSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2158
2159
2160
# File 'sig/types.rbs', line 2158

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def description
  @description
end

#domain_version"V1", "V2"

Returns the value of attribute domain_version.

Returns:

  • ("V1", "V2")


2160
2161
2162
# File 'sig/types.rbs', line 2160

def domain_version
  @domain_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2151
2152
2153
# File 'sig/types.rbs', line 2151

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2159
2160
2161
# File 'sig/types.rbs', line 2159

def last_updated_at
  @last_updated_at
end

#managed_account_id::String

Returns the value of attribute managed_account_id.

Returns:

  • (::String)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def 
  @managed_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2152
2153
2154
# File 'sig/types.rbs', line 2152

def name
  @name
end

#portal_url::String

Returns the value of attribute portal_url.

Returns:

  • (::String)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def portal_url
  @portal_url
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "CREATION_FAILED", "DELETING", "DELETED", "DELETION_FAILED")


2156
2157
2158
# File 'sig/types.rbs', line 2156

def status
  @status
end