Class: Aws::Types::ProposalSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#offer_id::String

Returns the value of attribute offer_id.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def offer_id
  @offer_id
end

#offer_set_id::String

Returns the value of attribute offer_set_id.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def offer_set_id
  @offer_set_id
end

#resources::Array[Types::Resource]

Returns the value of attribute resources.

Returns:



672
673
674
# File 'sig/types.rbs', line 672

def resources
  @resources
end