Class: Aws::Types::DescribeConnectionFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def identifier
  @identifier
end

#stage"DEVELOPMENT", "LIVE"

Returns the value of attribute stage.

Returns:

  • ("DEVELOPMENT", "LIVE")


1027
1028
1029
# File 'sig/types.rbs', line 1027

def stage
  @stage
end