Class: Aws::Types::UpdateFrameworkOutput

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)


2305
2306
2307
# File 'sig/types.rbs', line 2305

def creation_time
  @creation_time
end

#framework_arn::String

Returns the value of attribute framework_arn.

Returns:

  • (::String)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def framework_arn
  @framework_arn
end

#framework_name::String

Returns the value of attribute framework_name.

Returns:

  • (::String)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def framework_name
  @framework_name
end