Class: Aws::DataZone::Types::GetListingInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the Amazon DataZone domain.

Returns:

  • (String)


5707
5708
5709
5710
5711
5712
5713
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5707

class GetListingInput < Struct.new(
  :domain_identifier,
  :identifier,
  :listing_revision)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the listing.

Returns:

  • (String)


5707
5708
5709
5710
5711
5712
5713
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5707

class GetListingInput < Struct.new(
  :domain_identifier,
  :identifier,
  :listing_revision)
  SENSITIVE = []
  include Aws::Structure
end

#listing_revisionString

The revision of the listing.

Returns:

  • (String)


5707
5708
5709
5710
5711
5712
5713
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5707

class GetListingInput < Struct.new(
  :domain_identifier,
  :identifier,
  :listing_revision)
  SENSITIVE = []
  include Aws::Structure
end