Class: Aws::MediaPackageVod::Types::DescribeAssetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-mediapackagevod/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_atString

Returns:

  • (String)


766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-mediapackagevod/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_endpointsArray<Types::EgressEndpoint>

Returns:



766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-mediapackagevod/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

#idString

Returns:

  • (String)


766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-mediapackagevod/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_idString

Returns:

  • (String)


766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-mediapackagevod/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_idString

Returns:

  • (String)


766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-mediapackagevod/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_arnString

Returns:

  • (String)


766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-mediapackagevod/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_arnString

Returns:

  • (String)


766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-mediapackagevod/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

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-mediapackagevod/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