Class: Aws::Types::GetCodeSecurityScanConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::CodeSecurityScanConfiguration

Returns the value of attribute configuration.



1689
1690
1691
# File 'sig/types.rbs', line 1689

def configuration
  @configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def created_at
  @created_at
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def last_updated_at
  @last_updated_at
end

#level"ORGANIZATION", "ACCOUNT"

Returns the value of attribute level.

Returns:

  • ("ORGANIZATION", "ACCOUNT")


1690
1691
1692
# File 'sig/types.rbs', line 1690

def level
  @level
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def name
  @name
end

#scan_configuration_arn::String

Returns the value of attribute scan_configuration_arn.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def scan_configuration_arn
  @scan_configuration_arn
end

#scope_settingsTypes::ScopeSettings

Returns the value of attribute scope_settings.



1691
1692
1693
# File 'sig/types.rbs', line 1691

def scope_settings
  @scope_settings
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1694
1695
1696
# File 'sig/types.rbs', line 1694

def tags
  @tags
end