Method: Aws::SecurityHub::Types::UpdateConfigurationPolicyResponse#name
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#name ⇒ String
The name of the configuration policy.
33273 33274 33275 33276 33277 33278 33279 33280 33281 33282 33283 |
# File 'lib/aws-sdk-securityhub/types.rb', line 33273 class UpdateConfigurationPolicyResponse < Struct.new( :arn, :id, :name, :description, :updated_at, :created_at, :configuration_policy) SENSITIVE = [] include Aws::Structure end |