Class: Aws::MediaPackageVod::Types::CreateAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::CreateAssetResponse
- 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
385 386 387 388 389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 385 class CreateAssetResponse < 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
385 386 387 388 389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 385 class CreateAssetResponse < 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>
385 386 387 388 389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 385 class CreateAssetResponse < 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
385 386 387 388 389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 385 class CreateAssetResponse < 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
385 386 387 388 389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 385 class CreateAssetResponse < 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
385 386 387 388 389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 385 class CreateAssetResponse < 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
385 386 387 388 389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 385 class CreateAssetResponse < 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
385 386 387 388 389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 385 class CreateAssetResponse < 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
385 386 387 388 389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 385 class CreateAssetResponse < Struct.new( :arn, :created_at, :egress_endpoints, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |