Class: Aws::EMRContainers::Types::CreateSecurityConfigurationResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMRContainers::Types::CreateSecurityConfigurationResponse
 
- Defined in:
- gems/aws-sdk-emrcontainers/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.
| 429 430 431 432 433 434 435 | # File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 429 class CreateSecurityConfigurationResponse < Struct.new( :id, :name, :arn) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The ID of the security configuration.
| 429 430 431 432 433 434 435 | # File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 429 class CreateSecurityConfigurationResponse < Struct.new( :id, :name, :arn) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the security configuration.
| 429 430 431 432 433 434 435 | # File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 429 class CreateSecurityConfigurationResponse < Struct.new( :id, :name, :arn) SENSITIVE = [] include Aws::Structure end |