Class: Aws::Types::ListComplianceStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def next_token
  @next_token
end

#policy_compliance_status_list::Array[Types::PolicyComplianceStatus]

Returns the value of attribute policy_compliance_status_list.

Returns:



550
551
552
# File 'sig/types.rbs', line 550

def policy_compliance_status_list
  @policy_compliance_status_list
end