Class: Aws::Types::ConfigurationPolicySummary

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)


5049
5050
5051
# File 'sig/types.rbs', line 5049

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5052
5053
5054
# File 'sig/types.rbs', line 5052

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5050
5051
5052
# File 'sig/types.rbs', line 5050

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5051
5052
5053
# File 'sig/types.rbs', line 5051

def name
  @name
end

#service_enabledBoolean

Returns the value of attribute service_enabled.

Returns:

  • (Boolean)


5054
5055
5056
# File 'sig/types.rbs', line 5054

def service_enabled
  @service_enabled
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5053
5054
5055
# File 'sig/types.rbs', line 5053

def updated_at
  @updated_at
end