Class: Aws::Types::GetOrganizationConformancePackDetailedStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::OrganizationResourceDetailedStatusFilters

Returns the value of attribute filters.



1266
1267
1268
# File 'sig/types.rbs', line 1266

def filters
  @filters
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def next_token
  @next_token
end

#organization_conformance_pack_name::String

Returns the value of attribute organization_conformance_pack_name.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def organization_conformance_pack_name
  @organization_conformance_pack_name
end