Class: Aws::Types::UpdateServiceNetworkResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def arn
  @arn
end

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.

Returns:

  • ("NONE", "AWS_IAM")


1575
1576
1577
# File 'sig/types.rbs', line 1575

def auth_type
  @auth_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def name
  @name
end