Class: Aws::Types::GetIntegrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def domain_name
  @domain_name
end

#event_trigger_names::Array[::String]

Returns the value of attribute event_trigger_names.

Returns:

  • (::Array[::String])


1207
1208
1209
# File 'sig/types.rbs', line 1207

def event_trigger_names
  @event_trigger_names
end

#is_unstructuredBoolean

Returns the value of attribute is_unstructured.

Returns:

  • (Boolean)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def is_unstructured
  @is_unstructured
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def last_updated_at
  @last_updated_at
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def object_type_name
  @object_type_name
end

#object_type_names::Hash[::String, ::String]

Returns the value of attribute object_type_names.

Returns:

  • (::Hash[::String, ::String])


1203
1204
1205
# File 'sig/types.rbs', line 1203

def object_type_names
  @object_type_names
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def role_arn
  @role_arn
end

#scope"PROFILE", "DOMAIN"

Returns the value of attribute scope.

Returns:

  • ("PROFILE", "DOMAIN")


1208
1209
1210
# File 'sig/types.rbs', line 1208

def scope
  @scope
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1202
1203
1204
# File 'sig/types.rbs', line 1202

def tags
  @tags
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def uri
  @uri
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def workflow_id
  @workflow_id
end