Class: Aws::Types::GetResourceConfigHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceConfigHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chronological_order ⇒ "Reverse", "Forward"
Returns the value of attribute chronological_order.
-
#earlier_time ⇒ ::Time
Returns the value of attribute earlier_time.
-
#later_time ⇒ ::Time
Returns the value of attribute later_time.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "AWS::EC2::CustomerGateway", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#chronological_order ⇒ "Reverse", "Forward"
Returns the value of attribute chronological_order.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def chronological_order @chronological_order end |
#earlier_time ⇒ ::Time
Returns the value of attribute earlier_time.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def earlier_time @earlier_time end |
#later_time ⇒ ::Time
Returns the value of attribute later_time.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def later_time @later_time end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def next_token @next_token end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def resource_id @resource_id end |
#resource_type ⇒ "AWS::EC2::CustomerGateway", ...
Returns the value of attribute resource_type.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def resource_type @resource_type end |