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)


96
97
98
# File 'sig/types.rbs', line 96

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


99
100
101
# File 'sig/types.rbs', line 99

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def description
  @description
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


100
101
102
# File 'sig/types.rbs', line 100

def last_update_time
  @last_update_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def name
  @name
end