Class: Aws::Types::PutLifecycleHookType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def auto_scaling_group_name
  @auto_scaling_group_name
end

#default_result::String

Returns the value of attribute default_result.

Returns:

  • (::String)


1188
1189
1190
# File 'sig/types.rbs', line 1188

def default_result
  @default_result
end

#heartbeat_timeout::Integer

Returns the value of attribute heartbeat_timeout.

Returns:

  • (::Integer)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def heartbeat_timeout
  @heartbeat_timeout
end

#lifecycle_hook_name::String

Returns the value of attribute lifecycle_hook_name.

Returns:

  • (::String)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def lifecycle_hook_name
  @lifecycle_hook_name
end

#lifecycle_transition::String

Returns the value of attribute lifecycle_transition.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def lifecycle_transition
  @lifecycle_transition
end

#notification_metadata::String

Returns the value of attribute notification_metadata.

Returns:

  • (::String)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def 
  @notification_metadata
end

#notification_target_arn::String

Returns the value of attribute notification_target_arn.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def notification_target_arn
  @notification_target_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def role_arn
  @role_arn
end