Class: Aws::Types::ChannelAssociatedWithFlowSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def channel_arn
  @channel_arn
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def 
  
end

#mode"UNRESTRICTED", "RESTRICTED"

Returns the value of attribute mode.

Returns:

  • ("UNRESTRICTED", "RESTRICTED")


81
82
83
# File 'sig/types.rbs', line 81

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def name
  @name
end

#privacy"PUBLIC", "PRIVATE"

Returns the value of attribute privacy.

Returns:

  • ("PUBLIC", "PRIVATE")


82
83
84
# File 'sig/types.rbs', line 82

def privacy
  @privacy
end