Class: Aws::Types::DescribeServiceUpdatesMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:



838
839
840
# File 'sig/types.rbs', line 838

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:



837
838
839
# File 'sig/types.rbs', line 837

def max_records
  @max_records
end

#service_update_name::String

Returns the value of attribute service_update_name.

Returns:



835
836
837
# File 'sig/types.rbs', line 835

def service_update_name
  @service_update_name
end

#service_update_status::Array[("available" | "cancelled" | "expired")]

Returns the value of attribute service_update_status.

Returns:



836
837
838
# File 'sig/types.rbs', line 836

def service_update_status
  @service_update_status
end