Class: Aws::EMR::Types::BlockPublicAccessConfigurationMetadata

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

Overview

Properties that describe the Amazon Web Services principal that created the BlockPublicAccessConfiguration using the PutBlockPublicAccessConfiguration action as well as the date and time that the configuration was created. Each time a configuration for block public access is updated, Amazon EMR updates this metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_by_arnString

The Amazon Resource Name that created or last modified the configuration.

Returns:

  • (String)


393
394
395
396
397
398
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 393

class BlockPublicAccessConfigurationMetadata < Struct.new(
  :creation_date_time,
  :created_by_arn)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time that the configuration was created.

Returns:

  • (Time)


393
394
395
396
397
398
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 393

class BlockPublicAccessConfigurationMetadata < Struct.new(
  :creation_date_time,
  :created_by_arn)
  SENSITIVE = []
  include Aws::Structure
end