Class: Aws::Types::StartResourceStateUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartResourceStateUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#exclusion_rules ⇒ Types::ResourceStateUpdateExclusionRules
Returns the value of attribute exclusion_rules.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#include_resources ⇒ Types::ResourceStateUpdateIncludeResources
Returns the value of attribute include_resources.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#state ⇒ Types::ResourceState
Returns the value of attribute state.
-
#update_at ⇒ ::Time
Returns the value of attribute update_at.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def client_token @client_token end |
#exclusion_rules ⇒ Types::ResourceStateUpdateExclusionRules
Returns the value of attribute exclusion_rules.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def exclusion_rules @exclusion_rules end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def execution_role @execution_role end |
#include_resources ⇒ Types::ResourceStateUpdateIncludeResources
Returns the value of attribute include_resources.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def include_resources @include_resources end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def resource_arn @resource_arn end |
#state ⇒ Types::ResourceState
Returns the value of attribute state.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def state @state end |
#update_at ⇒ ::Time
Returns the value of attribute update_at.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def update_at @update_at end |