Class: Aws::Types::StartPolicyGenerationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def client_token
  @client_token
end

#cloud_trail_detailsTypes::CloudTrailDetails

Returns the value of attribute cloud_trail_details.



1094
1095
1096
# File 'sig/types.rbs', line 1094

def cloud_trail_details
  @cloud_trail_details
end

#policy_generation_detailsTypes::PolicyGenerationDetails

Returns the value of attribute policy_generation_details.



1093
1094
1095
# File 'sig/types.rbs', line 1093

def policy_generation_details
  @policy_generation_details
end