Class: Aws::Types::AssessmentMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :compliance_type, :assessment_reports_destination, :scope, :roles])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_reports_destination ⇒ Types::AssessmentReportsDestination

Returns the value of attribute assessment_reports_destination.



132
133
134
# File 'sig/types.rbs', line 132

def assessment_reports_destination
  @assessment_reports_destination
end

#compliance_type ⇒ ::String

Returns the value of attribute compliance_type.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def compliance_type
  @compliance_type
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#delegations ⇒ ::Array[Types::Delegation]

Returns the value of attribute delegations.

Returns:



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

def delegations
  @delegations
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def id
  @id
end

#last_updated ⇒ ::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


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

def last_updated
  @last_updated
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def name
  @name
end

#roles ⇒ ::Array[Types::Role]

Returns the value of attribute roles.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def roles
  @roles
end

#scope ⇒ Types::Scope

Returns the value of attribute scope.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def scope
  @scope
end

#status ⇒ "ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


131
132
133
# File 'sig/types.rbs', line 131

def status
  @status
end