Class: Aws::Types::CreateServiceActionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#accept_language::String

Returns the value of attribute accept_language.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def accept_language
  @accept_language
end

#definition::Hash[("Name" | "Version" | "AssumeRole" | "Parameters"), ::String]

Returns the value of attribute definition.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def definition
  @definition
end

#definition_type"SSM_AUTOMATION"

Returns the value of attribute definition_type.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def definition_type
  @definition_type
end

#description::String

Returns the value of attribute description.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def description
  @description
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def idempotency_token
  @idempotency_token
end

#name::String

Returns the value of attribute name.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def name
  @name
end