Class: Aws::Types::GetProtectionStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetProtectionStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#member_account_id ⇒ ::String
Returns the value of attribute member_account_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_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.
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.
408 409 410 |
# File 'sig/types.rbs', line 408 def member_account_id @member_account_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
409 410 411 |
# File 'sig/types.rbs', line 409 def start_time @start_time end |