Class: Aws::Types::GetAutomatedReasoningPolicyAnnotationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_set_hash::String

Returns the value of attribute annotation_set_hash.

Returns:

  • (::String)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def annotation_set_hash
  @annotation_set_hash
end

#annotations::Array[Types::AutomatedReasoningPolicyAnnotation]

Returns the value of attribute annotations.



1722
1723
1724
# File 'sig/types.rbs', line 1722

def annotations
  @annotations
end

#build_workflow_id::String

Returns the value of attribute build_workflow_id.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def build_workflow_id
  @build_workflow_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def policy_arn
  @policy_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def updated_at
  @updated_at
end