Class: Aws::Types::DescribeFrameworkOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


692
693
694
# File 'sig/types.rbs', line 692

def creation_time
  @creation_time
end

#deployment_status::String

Returns the value of attribute deployment_status.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def deployment_status
  @deployment_status
end

#framework_arn::String

Returns the value of attribute framework_arn.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def framework_arn
  @framework_arn
end

#framework_controls::Array[Types::FrameworkControl]

Returns the value of attribute framework_controls.

Returns:



691
692
693
# File 'sig/types.rbs', line 691

def framework_controls
  @framework_controls
end

#framework_description::String

Returns the value of attribute framework_description.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def framework_description
  @framework_description
end

#framework_name::String

Returns the value of attribute framework_name.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def framework_name
  @framework_name
end

#framework_status::String

Returns the value of attribute framework_status.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def framework_status
  @framework_status
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def idempotency_token
  @idempotency_token
end