Class: Aws::Types::DescribeOrganizationConformancePacksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


891
892
893
# File 'sig/types.rbs', line 891

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def next_token
  @next_token
end

#organization_conformance_pack_names::Array[::String]

Returns the value of attribute organization_conformance_pack_names.

Returns:

  • (::Array[::String])


890
891
892
# File 'sig/types.rbs', line 890

def organization_conformance_pack_names
  @organization_conformance_pack_names
end