Class: Aws::EMRContainers::Types::CreateSecurityConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN (Amazon Resource Name) of the security configuration.

Returns:

  • (String)


424
425
426
427
428
429
430
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 424

class CreateSecurityConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the security configuration.

Returns:

  • (String)


424
425
426
427
428
429
430
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 424

class CreateSecurityConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the security configuration.

Returns:

  • (String)


424
425
426
427
428
429
430
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 424

class CreateSecurityConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end