Class: Aws::Types::UpdatePricingPlanOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def description
  @description
end

#last_modified_time ⇒ ::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


853
854
855
# File 'sig/types.rbs', line 853

def last_modified_time
  @last_modified_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def name
  @name
end

#size ⇒ ::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


852
853
854
# File 'sig/types.rbs', line 852

def size
  @size
end