Class: Aws::Types::PutOrganizationConformancePackRequest

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.



1836
1837
1838
# File 'sig/types.rbs', line 1836

def conformance_pack_input_parameters
  @conformance_pack_input_parameters
end

#delivery_s3_bucket::String

Returns the value of attribute delivery_s3_bucket.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def delivery_s3_bucket
  @delivery_s3_bucket
end

#delivery_s3_key_prefix::String

Returns the value of attribute delivery_s3_key_prefix.

Returns:

  • (::String)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def delivery_s3_key_prefix
  @delivery_s3_key_prefix
end

#excluded_accounts::Array[::String]

Returns the value of attribute excluded_accounts.

Returns:

  • (::Array[::String])


1837
1838
1839
# File 'sig/types.rbs', line 1837

def excluded_accounts
  @excluded_accounts
end

#organization_conformance_pack_name::String

Returns the value of attribute organization_conformance_pack_name.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def organization_conformance_pack_name
  @organization_conformance_pack_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1838
1839
1840
# File 'sig/types.rbs', line 1838

def tags
  @tags
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def template_body
  @template_body
end

#template_s3_uri::String

Returns the value of attribute template_s3_uri.

Returns:

  • (::String)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def template_s3_uri
  @template_s3_uri
end