Class: Aws::Types::UpdateFrameworkInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#framework_controls::Array[Types::FrameworkControl]

Returns the value of attribute framework_controls.

Returns:



2297
2298
2299
# File 'sig/types.rbs', line 2297

def framework_controls
  @framework_controls
end

#framework_description::String

Returns the value of attribute framework_description.

Returns:

  • (::String)


2296
2297
2298
# File 'sig/types.rbs', line 2296

def framework_description
  @framework_description
end

#framework_name::String

Returns the value of attribute framework_name.

Returns:

  • (::String)


2295
2296
2297
# File 'sig/types.rbs', line 2295

def framework_name
  @framework_name
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


2298
2299
2300
# File 'sig/types.rbs', line 2298

def idempotency_token
  @idempotency_token
end