Class: Aws::Types::ObjectiveSummary

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)


247
248
249
# File 'sig/types.rbs', line 247

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


251
252
253
# File 'sig/types.rbs', line 251

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def description
  @description
end

#domainTypes::AssociatedDomainSummary

Returns the value of attribute domain.



250
251
252
# File 'sig/types.rbs', line 250

def domain
  @domain
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


252
253
254
# File 'sig/types.rbs', line 252

def last_update_time
  @last_update_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def name
  @name
end