Class: Aws::Types::ResourceStateUpdateIncludeResources

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#amis ⇒ Boolean

Returns the value of attribute amis.



1905
1906
1907
# File 'sig/types.rbs', line 1905

def amis
  @amis
end

#containers ⇒ Boolean

Returns the value of attribute containers.



1907
1908
1909
# File 'sig/types.rbs', line 1907

def containers
  @containers
end

#snapshots ⇒ Boolean

Returns the value of attribute snapshots.



1906
1907
1908
# File 'sig/types.rbs', line 1906

def snapshots
  @snapshots
end