Class: Aws::Types::ServiceFunction

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)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def created_at
  @created_at
end

#criticality"PRIMARY", "SUPPLEMENTAL"

Returns the value of attribute criticality.

Returns:

  • ("PRIMARY", "SUPPLEMENTAL")


1273
1274
1275
# File 'sig/types.rbs', line 1273

def criticality
  @criticality
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def name
  @name
end

#resource_count::Integer

Returns the value of attribute resource_count.

Returns:

  • (::Integer)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def resource_count
  @resource_count
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def service_arn
  @service_arn
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def service_function_id
  @service_function_id
end

#source"AI_GENERATED", "USER"

Returns the value of attribute source.

Returns:

  • ("AI_GENERATED", "USER")


1275
1276
1277
# File 'sig/types.rbs', line 1275

def source
  @source
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def updated_at
  @updated_at
end