Class: Aws::Types::CreateFrameworkInput

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:



364
365
366
# File 'sig/types.rbs', line 364

def framework_controls
  @framework_controls
end

#framework_description::String

Returns the value of attribute framework_description.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def framework_description
  @framework_description
end

#framework_name::String

Returns the value of attribute framework_name.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def framework_name
  @framework_name
end

#framework_tags::Hash[::String, ::String]

Returns the value of attribute framework_tags.

Returns:

  • (::Hash[::String, ::String])


366
367
368
# File 'sig/types.rbs', line 366

def framework_tags
  @framework_tags
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def idempotency_token
  @idempotency_token
end