Class: Aws::Types::OrganizationConformancePack

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_input_parameters::Array[Types::ConformancePackInputParameter]

Returns the value of attribute conformance_pack_input_parameters.



1626
1627
1628
# File 'sig/types.rbs', line 1626

def conformance_pack_input_parameters
  @conformance_pack_input_parameters
end

#delivery_s3_bucket::String

Returns the value of attribute delivery_s3_bucket.

Returns:

  • (::String)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def delivery_s3_bucket
  @delivery_s3_bucket
end

#delivery_s3_key_prefix::String

Returns the value of attribute delivery_s3_key_prefix.

Returns:

  • (::String)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def delivery_s3_key_prefix
  @delivery_s3_key_prefix
end

#excluded_accounts::Array[::String]

Returns the value of attribute excluded_accounts.

Returns:

  • (::Array[::String])


1627
1628
1629
# File 'sig/types.rbs', line 1627

def excluded_accounts
  @excluded_accounts
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def last_update_time
  @last_update_time
end

#organization_conformance_pack_arn::String

Returns the value of attribute organization_conformance_pack_arn.

Returns:

  • (::String)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def organization_conformance_pack_arn
  @organization_conformance_pack_arn
end

#organization_conformance_pack_name::String

Returns the value of attribute organization_conformance_pack_name.

Returns:

  • (::String)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def organization_conformance_pack_name
  @organization_conformance_pack_name
end