Class: Aws::Types::GetFlowVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def flow_identifier
  @flow_identifier
end

#flow_version::String

Returns the value of attribute flow_version.

Returns:

  • (::String)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def flow_version
  @flow_version
end

#included_data"ALL_DATA", "METADATA_ONLY"

Returns the value of attribute included_data.

Returns:

  • ("ALL_DATA", "METADATA_ONLY")


1371
1372
1373
# File 'sig/types.rbs', line 1371

def included_data
  @included_data
end