Class: Aws::Types::CreateConfigurationPolicyResponse

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)


5165
5166
5167
# File 'sig/types.rbs', line 5165

def arn
  @arn
end

#configuration_policyTypes::Policy

Returns the value of attribute configuration_policy.

Returns:



5171
5172
5173
# File 'sig/types.rbs', line 5171

def configuration_policy
  @configuration_policy
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


5170
5171
5172
# File 'sig/types.rbs', line 5170

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5168
5169
5170
# File 'sig/types.rbs', line 5168

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5166
5167
5168
# File 'sig/types.rbs', line 5166

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5167
5168
5169
# File 'sig/types.rbs', line 5167

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5169
5170
5171
# File 'sig/types.rbs', line 5169

def updated_at
  @updated_at
end