Class: Aws::Types::CommonControlSummary

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)


39
40
41
# File 'sig/types.rbs', line 39

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


44
45
46
# File 'sig/types.rbs', line 44

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def description
  @description
end

#domainTypes::AssociatedDomainSummary

Returns the value of attribute domain.



42
43
44
# File 'sig/types.rbs', line 42

def domain
  @domain
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


45
46
47
# File 'sig/types.rbs', line 45

def last_update_time
  @last_update_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def name
  @name
end

#objectiveTypes::AssociatedObjectiveSummary

Returns the value of attribute objective.



43
44
45
# File 'sig/types.rbs', line 43

def objective
  @objective
end