Class: Aws::Types::DescribeConformancePacksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_names::Array[::String]

Returns the value of attribute conformance_pack_names.

Returns:

  • (::Array[::String])


818
819
820
# File 'sig/types.rbs', line 818

def conformance_pack_names
  @conformance_pack_names
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


819
820
821
# File 'sig/types.rbs', line 819

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def next_token
  @next_token
end