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)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def definition
  @definition
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def execution_role_arn
  @execution_role_arn
end

#flow_alias_identifier::String

Returns the value of attribute flow_alias_identifier.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def flow_alias_identifier
  @flow_alias_identifier
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def flow_identifier
  @flow_identifier
end

#flow_version::String

Returns the value of attribute flow_version.

Returns:

  • (::String)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def flow_version
  @flow_version
end