Class: Aws::Types::FrameworkMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :compliance_type])

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_type ⇒ ::String

Returns the value of attribute compliance_type.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def compliance_type
  @compliance_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def description
  @description
end

#logo ⇒ ::String

Returns the value of attribute logo.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def 
  @logo
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def name
  @name
end