Class: Aws::Types::ClusterLifeCycleConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#on_create::String

Returns the value of attribute on_create.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def on_create
  @on_create
end

#on_init_complete::String

Returns the value of attribute on_init_complete.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def on_init_complete
  @on_init_complete
end

#source_s3_uri::String

Returns the value of attribute source_s3_uri.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def source_s3_uri
  @source_s3_uri
end