Class: Aws::Types::SubscribedListing

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6099
6100
6101
# File 'sig/types.rbs', line 6099

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6096
6097
6098
# File 'sig/types.rbs', line 6096

def id
  @id
end

#itemTypes::SubscribedListingItem

Returns the value of attribute item.



6100
6101
6102
# File 'sig/types.rbs', line 6100

def item
  @item
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6098
6099
6100
# File 'sig/types.rbs', line 6098

def name
  @name
end

#owner_project_id::String

Returns the value of attribute owner_project_id.

Returns:

  • (::String)


6101
6102
6103
# File 'sig/types.rbs', line 6101

def owner_project_id
  @owner_project_id
end

#owner_project_name::String

Returns the value of attribute owner_project_name.

Returns:

  • (::String)


6102
6103
6104
# File 'sig/types.rbs', line 6102

def owner_project_name
  @owner_project_name
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


6097
6098
6099
# File 'sig/types.rbs', line 6097

def revision
  @revision
end