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)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def created_at
  @created_at
end

#criticality"PRIMARY", "SUPPLEMENTAL"

Returns the value of attribute criticality.

Returns:

  • ("PRIMARY", "SUPPLEMENTAL")


1323
1324
1325
# File 'sig/types.rbs', line 1323

def criticality
  @criticality
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def name
  @name
end

#resource_count::Integer

Returns the value of attribute resource_count.

Returns:

  • (::Integer)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def resource_count
  @resource_count
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def service_arn
  @service_arn
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def service_function_id
  @service_function_id
end

#source"AI_GENERATED", "USER"

Returns the value of attribute source.

Returns:

  • ("AI_GENERATED", "USER")


1325
1326
1327
# File 'sig/types.rbs', line 1325

def source
  @source
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def updated_at
  @updated_at
end