Class: Aws::Types::ListStandardsControlAssociationsResponse

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)


6559
6560
6561
# File 'sig/types.rbs', line 6559

def next_token
  @next_token
end

#standards_control_association_summaries::Array[Types::StandardsControlAssociationSummary]

Returns the value of attribute standards_control_association_summaries.



6558
6559
6560
# File 'sig/types.rbs', line 6558

def standards_control_association_summaries
  @standards_control_association_summaries
end