Class: Aws::Types::DomainSummary

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)


137
138
139
# File 'sig/types.rbs', line 137

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


140
141
142
# File 'sig/types.rbs', line 140

def created_at
  @created_at
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def domain_id
  @domain_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


139
140
141
# File 'sig/types.rbs', line 139

def status
  @status
end