Class: Aws::Types::StartResourceStateUpdateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def update_at
  @update_at
end