Class: Aws::Types::UpdateServiceResponse

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)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def arn
  @arn
end

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.

Returns:

  • ("NONE", "AWS_IAM")


1612
1613
1614
# File 'sig/types.rbs', line 1612

def auth_type
  @auth_type
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def certificate_arn
  @certificate_arn
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def custom_domain_name
  @custom_domain_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def id
  @id
end

#idle_timeout_seconds::Integer

Returns the value of attribute idle_timeout_seconds.

Returns:

  • (::Integer)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def idle_timeout_seconds
  @idle_timeout_seconds
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def name
  @name
end