Class: Aws::MediaPackage::Types::RotateChannelCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::RotateChannelCredentialsResponse
- Defined in:
- gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#created_at ⇒ String
-
#description ⇒ String
-
#egress_access_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
-
#hls_ingest ⇒ Types::HlsIngest
An HTTP Live Streaming (HLS) ingest resource configuration.
-
#id ⇒ String
-
#ingress_access_logs ⇒ Types::IngressAccessLogs
Configure ingress access logging.
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#arn ⇒ String
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2053 class RotateChannelCredentialsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2053 class RotateChannelCredentialsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2053 class RotateChannelCredentialsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#egress_access_logs ⇒ Types::EgressAccessLogs
Configure egress access logging.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2053 class RotateChannelCredentialsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#hls_ingest ⇒ Types::HlsIngest
An HTTP Live Streaming (HLS) ingest resource configuration.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2053 class RotateChannelCredentialsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2053 class RotateChannelCredentialsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#ingress_access_logs ⇒ Types::IngressAccessLogs
Configure ingress access logging.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2053 class RotateChannelCredentialsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2053 class RotateChannelCredentialsResponse < Struct.new( :arn, :created_at, :description, :egress_access_logs, :hls_ingest, :id, :ingress_access_logs, :tags) SENSITIVE = [] include Aws::Structure end |