Class: Aws::Types::ListSnapshotsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


620
621
622
# File 'sig/types.rbs', line 620

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


621
622
623
# File 'sig/types.rbs', line 621

def max_results
  @max_results
end

#namespace_arn::String

Returns the value of attribute namespace_arn.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def namespace_arn
  @namespace_arn
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def namespace_name
  @namespace_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def next_token
  @next_token
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def 
  @owner_account
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


626
627
628
# File 'sig/types.rbs', line 626

def start_time
  @start_time
end