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)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def on_create
  @on_create
end

#on_init_complete::String

Returns the value of attribute on_init_complete.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def on_init_complete
  @on_init_complete
end

#source_s3_uri::String

Returns the value of attribute source_s3_uri.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def source_s3_uri
  @source_s3_uri
end