Class: Aws::CloudFront::Types::GetRealtimeLogConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetRealtimeLogConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass GetRealtimeLogConfigRequest data as a hash:
{
name: "string",
arn: "string",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the real-time log configuration to get.
-
#name ⇒ String
The name of the real-time log configuration to get.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the real-time log configuration to get.
7071 7072 7073 7074 7075 7076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7071 class GetRealtimeLogConfigRequest < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the real-time log configuration to get.
7071 7072 7073 7074 7075 7076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7071 class GetRealtimeLogConfigRequest < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |