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)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def name
  @name
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ARCHIVED")


1158
1159
1160
# File 'sig/types.rbs', line 1158

def state
  @state
end