Class: Aws::Types::UpdateFlowEntitlementRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def description
  @description
end

#encryptionTypes::UpdateEncryption

Returns the value of attribute encryption.



2485
2486
2487
# File 'sig/types.rbs', line 2485

def encryption
  @encryption
end

#entitlement_arn::String

Returns the value of attribute entitlement_arn.

Returns:

  • (::String)


2486
2487
2488
# File 'sig/types.rbs', line 2486

def entitlement_arn
  @entitlement_arn
end

#entitlement_status"ENABLED", "DISABLED"

Returns the value of attribute entitlement_status.

Returns:

  • ("ENABLED", "DISABLED")


2487
2488
2489
# File 'sig/types.rbs', line 2487

def entitlement_status
  @entitlement_status
end

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


2488
2489
2490
# File 'sig/types.rbs', line 2488

def flow_arn
  @flow_arn
end

#subscribers::Array[::String]

Returns the value of attribute subscribers.

Returns:

  • (::Array[::String])


2489
2490
2491
# File 'sig/types.rbs', line 2489

def subscribers
  @subscribers
end