Class: Aws::Types::ListDomainItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def domain_name
  @domain_name
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def last_updated_at
  @last_updated_at
end

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

Returns the value of attribute tags.

Returns:

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


1713
1714
1715
# File 'sig/types.rbs', line 1713

def tags
  @tags
end