Class: Aws::Types::LifecycleExecutionResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def 
  @account_id
end

#action ⇒ Types::LifecycleExecutionResourceAction

Returns the value of attribute action.



1309
1310
1311
# File 'sig/types.rbs', line 1309

def action
  @action
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def end_time
  @end_time
end

#image_uris ⇒ ::Array[::String]

Returns the value of attribute image_uris.

Returns:

  • (::Array[::String])


1312
1313
1314
# File 'sig/types.rbs', line 1312

def image_uris
  @image_uris
end

#region ⇒ ::String

Returns the value of attribute region.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def region
  @region
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def resource_id
  @resource_id
end

#snapshots ⇒ ::Array[Types::LifecycleExecutionSnapshotResource]

Returns the value of attribute snapshots.



1311
1312
1313
# File 'sig/types.rbs', line 1311

def snapshots
  @snapshots
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def start_time
  @start_time
end

#state ⇒ Types::LifecycleExecutionResourceState

Returns the value of attribute state.



1308
1309
1310
# File 'sig/types.rbs', line 1308

def state
  @state
end