Class: Aws::Types::GetListingOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3034
3035
3036
# File 'sig/types.rbs', line 3034

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3036
3037
3038
# File 'sig/types.rbs', line 3036

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3040
3041
3042
# File 'sig/types.rbs', line 3040

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3031
3032
3033
# File 'sig/types.rbs', line 3031

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3032
3033
3034
# File 'sig/types.rbs', line 3032

def id
  @id
end

#itemTypes::ListingItem

Returns the value of attribute item.

Returns:



3038
3039
3040
# File 'sig/types.rbs', line 3038

def item
  @item
end

#listing_revision::String

Returns the value of attribute listing_revision.

Returns:

  • (::String)


3033
3034
3035
# File 'sig/types.rbs', line 3033

def listing_revision
  @listing_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3039
3040
3041
# File 'sig/types.rbs', line 3039

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "INACTIVE")


3041
3042
3043
# File 'sig/types.rbs', line 3041

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3035
3036
3037
# File 'sig/types.rbs', line 3035

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3037
3038
3039
# File 'sig/types.rbs', line 3037

def updated_by
  @updated_by
end