Class: Aws::Types::GetStatementResultV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def id
  @id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def next_token
  @next_token
end

#wait_time_seconds::Integer

Returns the value of attribute wait_time_seconds.

Returns:

  • (::Integer)


236
237
238
# File 'sig/types.rbs', line 236

def wait_time_seconds
  @wait_time_seconds
end