Class: Aws::Types::GetServiceNetworkResponse

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)


695
696
697
# File 'sig/types.rbs', line 695

def arn
  @arn
end

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.

Returns:

  • ("NONE", "AWS_IAM")


696
697
698
# File 'sig/types.rbs', line 696

def auth_type
  @auth_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


693
694
695
# File 'sig/types.rbs', line 693

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


694
695
696
# File 'sig/types.rbs', line 694

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def name
  @name
end

#number_of_associated_services::Integer

Returns the value of attribute number_of_associated_services.

Returns:

  • (::Integer)


699
700
701
# File 'sig/types.rbs', line 699

def number_of_associated_services
  @number_of_associated_services
end

#number_of_associated_vp_cs::Integer

Returns the value of attribute number_of_associated_vp_cs.

Returns:

  • (::Integer)


698
699
700
# File 'sig/types.rbs', line 698

def number_of_associated_vp_cs
  @number_of_associated_vp_cs
end

#sharing_configTypes::SharingConfig

Returns the value of attribute sharing_config.



697
698
699
# File 'sig/types.rbs', line 697

def sharing_config
  @sharing_config
end