Class: Aws::Types::GetProtectionStatusRequest

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)


410
411
412
# File 'sig/types.rbs', line 410

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


412
413
414
# File 'sig/types.rbs', line 412

def max_results
  @max_results
end

#member_account_id::String

Returns the value of attribute member_account_id.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def 
  @member_account_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def next_token
  @next_token
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def policy_id
  @policy_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


409
410
411
# File 'sig/types.rbs', line 409

def start_time
  @start_time
end