Class: Aws::Types::UpdateServiceActionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_language::String

Returns the value of attribute accept_language.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def accept_language
  @accept_language
end

#definition::Hash[("Name" | "Version" | "AssumeRole" | "Parameters"), ::String]

Returns the value of attribute definition.

Returns:

  • (::Hash[("Name" | "Version" | "AssumeRole" | "Parameters"), ::String])


1740
1741
1742
# File 'sig/types.rbs', line 1740

def definition
  @definition
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def name
  @name
end