Class: Aws::Types::UpdateFeedRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_role_arn::String

Returns the value of attribute access_role_arn.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def access_role_arn
  @access_role_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def name
  @name
end

#outputs::Array[Types::UpdateOutput]

Returns the value of attribute outputs.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def outputs
  @outputs
end