Class: Aws::EMR::Types::BlockPublicAccessConfigurationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::BlockPublicAccessConfigurationMetadata
- Includes:
- Structure
- Defined in:
- 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
-
#created_by_arn ⇒ String
The Amazon Resource Name that created or last modified the configuration.
-
#creation_date_time ⇒ Time
The date and time that the configuration was created.
Instance Attribute Details
#created_by_arn ⇒ String
The Amazon Resource Name that created or last modified the configuration.
393 394 395 396 397 398 |
# File '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_time ⇒ Time
The date and time that the configuration was created.
393 394 395 396 397 398 |
# File 'lib/aws-sdk-emr/types.rb', line 393 class BlockPublicAccessConfigurationMetadata < Struct.new( :creation_date_time, :created_by_arn) SENSITIVE = [] include Aws::Structure end |