Class: Aws::Types::Standard

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7656
7657
7658
# File 'sig/types.rbs', line 7656

def description
  @description
end

#enabled_by_defaultBoolean

Returns the value of attribute enabled_by_default.

Returns:

  • (Boolean)


7657
7658
7659
# File 'sig/types.rbs', line 7657

def enabled_by_default
  @enabled_by_default
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7655
7656
7657
# File 'sig/types.rbs', line 7655

def name
  @name
end

#provider"AWS", "Azure"

Returns the value of attribute provider.

Returns:

  • ("AWS", "Azure")


7658
7659
7660
# File 'sig/types.rbs', line 7658

def provider
  @provider
end

#standards_arn::String

Returns the value of attribute standards_arn.

Returns:

  • (::String)


7654
7655
7656
# File 'sig/types.rbs', line 7654

def standards_arn
  @standards_arn
end

#standards_managed_byTypes::StandardsManagedBy

Returns the value of attribute standards_managed_by.



7659
7660
7661
# File 'sig/types.rbs', line 7659

def standards_managed_by
  @standards_managed_by
end