Class: Aws::Types::UpdateServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.

Returns:

  • ("NONE", "AWS_IAM")


1601
1602
1603
# File 'sig/types.rbs', line 1601

def auth_type
  @auth_type
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def certificate_arn
  @certificate_arn
end

#idle_timeout_seconds::Integer

Returns the value of attribute idle_timeout_seconds.

Returns:

  • (::Integer)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def idle_timeout_seconds
  @idle_timeout_seconds
end

#service_identifier::String

Returns the value of attribute service_identifier.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def service_identifier
  @service_identifier
end