Class: Aws::EMRContainers::Types::CreateSecurityConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::CreateSecurityConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN (Amazon Resource Name) of the security configuration.
-
#id ⇒ String
The ID of the security configuration.
-
#name ⇒ String
The name of the security configuration.
Instance Attribute Details
#arn ⇒ String
The ARN (Amazon Resource Name) of the security configuration.
424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 424 class CreateSecurityConfigurationResponse < Struct.new( :id, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the security configuration.
424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 424 class CreateSecurityConfigurationResponse < Struct.new( :id, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 424 class CreateSecurityConfigurationResponse < Struct.new( :id, :name, :arn) SENSITIVE = [] include Aws::Structure end |