Class: Aws::Types::GetExecutionFlowSnapshotResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def definition
  @definition
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def execution_role_arn
  @execution_role_arn
end

#flow_alias_identifier::String

Returns the value of attribute flow_alias_identifier.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def flow_alias_identifier
  @flow_alias_identifier
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def flow_identifier
  @flow_identifier
end

#flow_version::String

Returns the value of attribute flow_version.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def flow_version
  @flow_version
end