Class: Aws::Types::SecurityConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


578
579
580
# File 'sig/types.rbs', line 578

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def created_by
  @created_by
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def name
  @name
end

#security_configuration_dataTypes::SecurityConfigurationData

Returns the value of attribute security_configuration_data.



580
581
582
# File 'sig/types.rbs', line 580

def security_configuration_data
  @security_configuration_data
end

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

Returns the value of attribute tags.

Returns:

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


581
582
583
# File 'sig/types.rbs', line 581

def tags
  @tags
end