Class: Aws::Types::CreateFeedRequest

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:



79
80
81
# File 'sig/types.rbs', line 79

def access_role_arn
  @access_role_arn
end

#name::String

Returns the value of attribute name.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def name
  @name
end

#outputs::Array[Types::CreateOutput]

Returns the value of attribute outputs.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def outputs
  @outputs
end

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

Returns the value of attribute tags.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def tags
  @tags
end