Class: Aws::Types::AssessmentMetadataItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :compliance_type, :roles])

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_type ⇒ ::String

Returns the value of attribute compliance_type.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def compliance_type
  @compliance_type
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


148
149
150
# File 'sig/types.rbs', line 148

def creation_time
  @creation_time
end

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

Returns the value of attribute delegations.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def delegations
  @delegations
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def id
  @id
end

#last_updated ⇒ ::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


149
150
151
# File 'sig/types.rbs', line 149

def last_updated
  @last_updated
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def name
  @name
end

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

Returns the value of attribute roles.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def roles
  @roles
end

#status ⇒ "ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


145
146
147
# File 'sig/types.rbs', line 145

def status
  @status
end