Class: Aws::MediaPackageVod::Types::DescribeAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::DescribeAssetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #created_at ⇒ String
- #egress_endpoints ⇒ Array<Types::EgressEndpoint>
- #id ⇒ String
- #packaging_group_id ⇒ String
- #resource_id ⇒ String
- #source_arn ⇒ String
- #source_role_arn ⇒ String
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#arn ⇒ String
766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 766 class DescribeAssetResponse < Struct.new( :arn, :created_at, :egress_endpoints, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 766 class DescribeAssetResponse < Struct.new( :arn, :created_at, :egress_endpoints, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#egress_endpoints ⇒ Array<Types::EgressEndpoint>
766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 766 class DescribeAssetResponse < Struct.new( :arn, :created_at, :egress_endpoints, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 766 class DescribeAssetResponse < Struct.new( :arn, :created_at, :egress_endpoints, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#packaging_group_id ⇒ String
766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 766 class DescribeAssetResponse < Struct.new( :arn, :created_at, :egress_endpoints, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 766 class DescribeAssetResponse < Struct.new( :arn, :created_at, :egress_endpoints, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 766 class DescribeAssetResponse < Struct.new( :arn, :created_at, :egress_endpoints, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#source_role_arn ⇒ String
766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 766 class DescribeAssetResponse < Struct.new( :arn, :created_at, :egress_endpoints, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 766 class DescribeAssetResponse < Struct.new( :arn, :created_at, :egress_endpoints, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |