Class: Aws::Types::DescribeSecurityConfigurationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


417
418
419
# File 'sig/types.rbs', line 417

def creation_date_time
  @creation_date_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def name
  @name
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def security_configuration
  @security_configuration
end