Class: Aws::Types::ContactFlowModuleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def name
  @name
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ARCHIVED")


1136
1137
1138
# File 'sig/types.rbs', line 1136

def state
  @state
end